if (isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);
  set.horizon(0);

  if(v1 == 16){
  position(o0,80,138);
  status.line.on();
  accept.input();
  }
   if(v1 == 19){
  position(o0,61,103);
  status.line.on();
  accept.input();
  v6 = 5;
  }
  draw(o0);

  show.pic();
      }
  if(said("press","button")){
  if(posn(o0,66,99,75,106)){
 print("Now move into the elevator.");
 return();
 }
 print("You're not close enough.");
 }
 if(posn(o0,56,92,67,98)){
 print("You go with the elevator to the first floor");
 new.room(19);
 }
 if(posn(o0,73,147,90,154)){
 new.room(16);



}
return();